Exclude GtkToggleButton::draw-indicator from the notification test
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 14:58:24 +0000 (10:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 14:58:24 +0000 (10:58 -0400)
We reverted to emitting redundant notifications for this, so
don't assert that we don't.

testsuite/gtk/notify.c

index e86ca65f4b54412580007005ade3fbd0866d8fce..0b963a5a2ff137761d77d158dd8deb0dd503baf0 100644 (file)
@@ -486,6 +486,10 @@ test_type (gconstpointer data)
          g_str_equal (pspec->name, "page"))
         continue;
 
+      if (g_type_is_a (pspec->owner_type, GTK_TYPE_TOGGLE_BUTTON) &&
+         g_str_equal (pspec->name, "draw-indicator"))
+        continue;
+
       /* Not supported in subclass */
       if (g_str_equal (g_type_name (type), "GtkRecentAction") &&
          g_str_equal (pspec->name, "select-multiple"))